home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / frag.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.1 KB  |  38 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-42]
  2. [C;6;B]        FRAGBSS
  3.         FRAGCODE
  4.         FRAGDATA
  5.         -FRAG
  6. [7]Default: NORM???
  7. [J;1;N]
  8.   This instruction forbids any link between hunks, even \
  9. their names are equal. This will also generate a big resulting \
  10. file. Those instructions are useless for libraries.
  11.   Note that small data code (HUNK_DATA access with A4 register) \
  12. will anyway be linked together or there would be no use of this \
  13. function.
  14.  
  15.   Note: the instruction -FRAG ask for all type of hunk to be \
  16. fragmented. This is to ensure a compatibility with DLINK.
  17.  
  18.   See also:
  19. [L;3][LINK norm]            NORM
  20. [LINK norm]                NORMBSS
  21. [LINK norm]                NORMCODE
  22. [LINK norm]                NORMDATA
  23. [LINK norm]                NORMHUNK
  24. [LINK norm]                NORMUNIT
  25. [LINK small]                SMALL
  26. [LINK small]                SMALLBSS
  27. [LINK small]                SMALLCODE
  28. [LINK small]                SMALLDATA
  29. [LINK small]                SMALLHUNK
  30. [LINK small]                SMALLUNIT
  31. [LINK single]                SINGLE
  32. [LINK single]                SINGLEBSS
  33. [LINK single]                SINGLECODE
  34. [LINK single]                SINGLEDATA
  35. [LINK single]                SINGLEHUNK
  36. [LINK single]                SINGLEUNIT
  37. [5; LINK about; GOTO address]        Become Registred
  38.